home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMW 3 Series Presentation
/
BMW_3Series_Presentation_CD.bin
/
Xtras
/
POMatic
/
Mac
/
PMATIC.DIR
/
00015_Script_movie script
< prev
next >
Wrap
Text File
|
1997-01-30
|
450b
|
18 lines
on startMovie
global gPropFont,gMonoFont
-- set up global variables for standard proportional and monospaced fonts
if the machineType = 256 then
-- we're running in windows!
put "arial" into gPropFont
put "courier new" into gMonoFont
put "pmatic.dll" into gXObjFile
else
put "helvetica" into gPropFont
put "courier" into gMonoFont
put "pmatic.xobj" into gXObjFile
end if
end startMovie